home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / fspool.lqr / FSPOOL.DOC < prev   
Text File  |  1985-06-03  |  3KB  |  80 lines

  1. ************ SEE WARNING AT END *********************************
  2.                   
  3.                   FSPOOL COMMAND DOCUMENTATION
  4.  
  5. The  FSPOOL  command  allows you to redirect output  which  would 
  6. normally  be  sent to a parallel printer and store it in  a  disk 
  7. file.  This  might be useful if you plan to later send  the  file 
  8. over a modem to another computer for printing.  FSPOOL is invoked 
  9. as follows:
  10.  
  11.         FSPOOL <filename>
  12.  
  13. Where  <filename> is the file into which the print data is to  be 
  14. placed.  The  file  need not exist,  but if it does,  it will  be 
  15. deleted and recreated. Once FSPOOL has been invoked for the first 
  16. time the message:
  17.  
  18.         FSPOOL INSTALLED
  19.  
  20. will appear and the command portion will exit,  leaving behind  a 
  21. permanant  printer  interrupt  handler built-in  to  DOS.  Output 
  22. directed  to  the printer will be directed to the file  until  an 
  23. error  occurs  or the disk containing the file becomes  full  (in 
  24. this  case  an error message will be displayed and  the  file  is 
  25. closed).
  26.  
  27. At  any time the user may stop the spooling process and  redirect 
  28. printer output to the printer by typing:
  29.  
  30.         FSPOOL
  31.  
  32. with  no filename.  FSPOOL may be restarted at any time again  as 
  33. described  above  (but the permanent part remains  resident  even 
  34. when it has been disabled).
  35.  
  36. FSPOOL  works with DOS 2.0 (other versions of DOS may  work,  but 
  37. they  have  not been tested).  It uses about 4K  of  memory  once 
  38. installed.  Because  of  a  DOS  version dependent  patch  it  is 
  39. possible to use the PrtSc key with FSPOOL but this is sometimes a 
  40. risky business! FSPOOL should work with most word processors just 
  41. fine, however.
  42.  
  43. This  program is provided as is and no  warrantee,  expressed  or 
  44. implied, is made as to its usefulness for any intended purpose or 
  45. its reliability.  The author and the University of California are 
  46. not liable for any loss resulting from the use of this program.
  47.  
  48.                 Don D. Worth
  49.                 UCLA/OAC
  50.                 1/11/84
  51.  
  52. ----------------------
  53. Downloaded  from  the IBMPC special interest area of  CompuServe, 
  54. uploaded to PCanada by Bob Leigh, PC1022.
  55.  
  56. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  57.  
  58.      WARNING
  59.      
  60.      The proper sequence to use FSPOOL is:
  61.           FSPOOL <filename>
  62.           . . .
  63.           Commands with prints to be redirected
  64.           . . .
  65.           FSPOOL.
  66.  
  67.      The second FSPOOL is necessary to write the last data in the
  68. RAM buffer to the disk and to close the disk file in an orderly
  69. manner.
  70.  
  71.      DO NOT USE <filename> in any way before you issue the second
  72. FSPOOL.  If you do, you can confuse your entire disk.
  73.  
  74.      BE SURE TO ISSUE THE SECOND FSPOOL BEFORE YOU TURN OFF YOUR
  75. COMPUTER.  If you don't, you almost surely will lose some data.  I
  76. haven't tried not doing it, so I don't know what other bad things
  77. will happen.
  78.  
  79. LP, 9/9/84
  80.